Vcenter Authorization Privileges Info

Vcenter Authorization Privileges Info
Vcenter Authorization Privileges Info

The Vcenter Authorization Privileges Info schema contains detailed information about a specific privilege.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "description": "string",
    "on_parent": false,
    "version": 0
}
string
name
Required

The name of the privilege. It matches completely with the ID of the privilege.

This property was added in vSphere API 9.0.0.0.

string
description
Required

A brief summary what this privilege is dedicated for.

This property was added in vSphere API 9.0.0.0.

boolean
on_parent
Required

Indicates whether the privilege needs to apply on parent object as well.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
version
Required

The latest version of the privilege. Default version when the privilege is created is 0. If privilege is modified this counter is increased.

This property was added in vSphere API 9.0.0.0.